home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IMapTest, gChapter
- case gChapter of
- 2:
- set lIntAnswerList to [1, 3, 1, 3, 3, 1, 1, 3, 1, 3]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 5:
- set lIntAnswerList to [3, 1, 3, 2, 3, 1, 2, 2, 3, 1]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 10:
- set lIntAnswerList to [1, 3, 1, 2, 3, 2, 1, 2, 3, 3]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 12:
- set lIntAnswerList to [1, 1, 3, 2, 1, 3, 2, 1, 2, 1]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 13:
- set lIntAnswerList to [2, 1, 1, 2, 3, 1, 1, 2, 3, 2]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 17:
- set lIntAnswerList to [14, 3, 3, 3, 24, 3, 3, 4, 2, 2]
- set llntQuestionType to [5, 4, 4, 4, 5, 4, 4, 4, 4, 4]
- 19:
- set lIntAnswerList to [2, 1, 3, 1, 1, 2, 2, 1, 2, 3]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 21:
- set lIntAnswerList to [2, 14, 1, 2, 3, 2, 1, 1, 3, 3]
- set llntQuestionType to [4, 5, 4, 3, 4, 4, 4, 4, 4, 4]
- 26:
- set lIntAnswerList to [2, 1, 3, 3, 3, 3, 1, 1, 3, 3]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- 29:
- set lIntAnswerList to [1, 1, 1, 1, 2, 1, 3, 1, 3, 2]
- set llntQuestionType to [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
- end case
- set lIntSpriteStart to 15
- set lIntDoneSprite to 30
- set lIntBarResponseSprite to 32
- initImapValues(IMapTest, lIntAnswerList, llntQuestionType, lIntSpriteStart, lIntDoneSprite, lIntBarResponseSprite)
- end
-